home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / trecal12.zip / MAKEFILE < prev    next >
Text File  |  1991-11-16  |  121b  |  5 lines

  1. # nb: nulls in original .COM changed to NOPs
  2. RECALL.Com: RECALL.Asm
  3.     TASM /c /l /q /t /w+ /z RECALL
  4.     TLINK /t RECALL
  5.